@import url("color.css");
@import url("font-awesome.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.yinying{
	-moz-box-shadow: 2px 2px 10px #999;
	-webkit-box-shadow: 2px 2px 10px #999;
	box-shadow:2px 2px 10px #999;
}
.clear{
	width:100%;
	clear:both;
}

.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.search{
	overflow:hidden;
	transition:0.6s;
	float: right;
	margin-top: 5px;
	background: #023B8A;
}
.search .key_text{
	height:40px;
	float:left;
	width:290px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	text-indent:10px;
	background:none;
	border-right: none;
	color: #c2c2c2;
}
.search .search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	z-index: 10;
	width:40px;
	height:40px;
	overflow:hidden;
	line-height:40px;
	text-align:center;
	background: none;
	color: #fff;
	font-size: 18px;
}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:25px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	width:auto;
	float: right;
}
.lan span{
	display:block;
	float: left;
	margin-left: 20px;
}
.lan a{
	display: block;
	float: left;
	line-height: 40px;
	padding-left: 30px;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
}
.sp{
	background:url(../images/sp.png) left center no-repeat;
	float:left;
}
.en{
	background:url(../images/en.png) left center no-repeat;
}
/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1200px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#2B2B2B;
	color:#fff;
}
#top_zone2 a{
	color:#fff;
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1200px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#f9f9f9;
	border-bottom:1px solid #ccc;
}
#top_l{
	width:auto;
	float:left;
	line-height:40px;
}
#top_l i{
	margin-right:10px;
}
#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:10px;
	line-height:40px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#top_ewm{
	width:80px;
	float:left;
	overflow:hidden;
	text-align: center;
	margin-left: 20px;
}
#top_ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto 0px auto;
}
#header_zone{
	width:100%;
	min-width:1200px;
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	background:rgba(255,255,255,0.5);
}
.header_zone{
	width:100%;
	min-width:1200px;
	position:relative;
	z-index:99999;
	overflow: visible;
	background: #fff;
	/* -moz-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;
	box-shadow:2px 2px 10px #999; */
}
.fixed_header_zone{
	position:fixed!important;
	left:0;
	top:0!important;
	z-index:999999;
	transition:0.6s;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.header{
	width:1200px;
	margin:0px auto 0 auto;
	height:115px;
	overflow: hidden;
	position: relative;
}
.logo{
	overflow:hidden;
	float: left;
	height:100%;
	display: flex;
  justify-content:center;
  align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
	max-width: 100%;
	height: auto;
	/* margin: 0px auto; */
}
#logo_r{
	float: left;
	overflow: hidden;
	margin-left: 20px;
	/* padding-left: 20px;
	border-left: 1px solid #ccc; */
}
#logo_r .shang{
	font-size:24px;
	overflow: hidden;
	font-weight: bold;
}
#logo_r .xia{
	overflow: hidden;
	font-size: 18px;
	margin-top: 5px;
	color: #666;
}
#header_l{
	float:left;
	margin-top:50px;
	font-size:16px;
}
#header_r{
	width:auto;
	float:right;
	position: relative;
}
#header_shang{
	overflow:hidden;
	float: right;
	margin-top: 15px;
}
#header_follow{
	width:auto;
	overflow:hidden;
	/* text-align: right; */
	float: left;
	margin-right: 20px;
}
#header_follow a{
	margin-right: 10px;
	margin-top: 5px;
	display: block;
	float: left;
}
#header_follow a img{
	vertical-align: middle;
}
#header_follow i{
	width:25px;
	height:25px;
	text-align:center;
	font-size:14px;
	line-height:25px;
	/* background: #393939!important; */
	color: #fff;
}
#header_follow i:hover{
	/* background: #AD7753!important; */
	color: #fff;
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	overflow:visible;
	padding-left:60px;
	min-height: 30px;
	float: right;
	background:url(/web/pic/t.png) left center no-repeat;
	margin-top: 25px;
	padding-right: 10px;
}
#top_tel_01 .shang{
	display:block;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}
#top_tel_01 .xia{
	overflow:visible;
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #0050bd;
}
#top_tel_02{
	overflow:hidden;
	float: right;
	padding-right: 55px;
	min-height: 45px;
	background: url(/web/pic/t2.png) right center no-repeat;
}
#top_tel_02 .rexian{
	overflow: hidden;
	font-size: 18px;
}
#top_tel_02 .haoma{
	overflow:hidden;
	font-weight: bold;
	font-size: 30px;
	color: #326cb6;
}

#nav_zone{
	width:100%;
	min-width:1200px;
	position: relative;
	height:50px;
	background: #0051BD;
}
.fixednav{
	position:fixed!important;
	z-index:9999999;
	top:0;
	left:0;
}
.nav {
	width: auto;
	float: left;
}
.nav .nLi{
	height:50px;
	float:left;
	position:relative;
	z-index: 9999;
	/* background: url(/web/pic/nav_li.png) right center no-repeat; */
}
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 10px;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	font-weight: normal;
	line-height:50px;
	transition: 0.6s;
	color: #fff;
	/* text-transform: uppercase; */
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:1px;
	margin:-5px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:50px;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.7);
}
/*
.nav .sub dl{

}
.nav .sub dl dd{
	width:220px;
	float:left;
	overflow:hidden;
}
.nav .sub dl dd p{
	display:block;
	line-height:30px;

}
.nav .sub dl dd p:hover{
	background:#E7242A;
	transition:0.6s;
}
.nav .sub dl dd p:hover i,.nav .sub dl dd p:hover a{
	color:#fff;
}
.nav .sub dl dd p i{
	margin:0 10px 0 15px;
}
.nav .sub dl dt{
	width:210px;
	float:right;
	overflow:hidden;
}
.nav .sub dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
*/
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	border-bottom:1px dotted #ccc;
	text-align:center;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#fff;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:200px;
	left:100%;
	top:0;
	display:none;
	background:rgba(0,0,0,0.7);
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/*
#sub11{
	width:1200px;
	padding:10px 0;
}

#sub11 dl{
	width:14.6666666%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	width:auto;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
	text-indent:15px;
}
#sub11 p{
	display:block;
	line-height:30px!important;
	border-bottom:1px dotted #ccc;
}
*/
.nav .nLi:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.nav .nLi:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.nav .nLi:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.nav .nLi:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.nav .nLi:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.nav .nLi:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.nav .nLi:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.nav .nLi:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.nav .nLi:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.nav .nLi:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*-----------------头部end------------------------*/

.index_title_01{
	overflow:hidden;
	text-align:center;
}

.index_title_01_center{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	background:transparent;
	padding: 0 35px;
	font-size: 36px;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #1368bc;
}
.index_title_01_center:before{
	content: "";
	width:133px;
	height:10px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	margin-top: -5px;
	background:url(/web/pic/before.png) no-repeat;
}
.index_title_01_center:after{
	content: "";
	width:133px;
	height:10px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	margin-top: -5px;
	background:url(/web/pic/after.png) no-repeat;
}
.index_title_01 h2{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	font-size:38px;
	background:transparent;
	padding: 0 30px;
	/* text-transform: uppercase; */
	z-index:20;
	font-weight: normal;
}
.index_title_01 h2:before{
	content: "";
	width:45px;
	height:4px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#01395C;
	margin-top: -2px;
}
.index_title_01 h2:after{
	content: "";
	width:45px;
	height:4px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#01395C;
	margin-top: -2px;
}
/* .index_title_01 h3{
	font-size:30px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	padding:0px 20px;
	background:transparent;
	font-weight:normal;
	text-transform: uppercase;
	margin-top:5px;
}
.index_title_01 h3:before{
	content: "";
	width:26px;
	height:8px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	margin-top:-4px;
	background:url(/web/pic/before.png) no-repeat;
}
.index_title_01 h3:after{
	content: "";
	width:26px;
	height:8px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	margin-top:-4px;
	background:url(/web/pic/after.png) no-repeat;
} */
.index_title_01 .xia{
	display:block;
	color:#999;
	margin-top: 10px;
	font-size: 18px;
}

/*----首页带框中英文标题*/

.index_title_02{
	text-align:center;
	overflow:visible;
}
.index_title_02_center{
	position:relative;
	z-index:99;
	display:inline-block;
	*display:inline;
	*zoom:1;
	min-height: 35px;
	/* min-width: 460px; */
}
.index_title_02 h2{
	font-size:16px;
	text-transform:uppercase;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight: normal;
	color: #fff;
	background: #090909;
	padding:0 10px;
}
.index_title_02 h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:35px;
	margin-top:10px;
	font-weight:normal;
	background:#090909;
	padding:0 10px;
	font-family: Arial;
}
.index_title_02_center .kuang{
	width:100%;
	height:45px;
	border:1px solid #fff;
	display:block;
	position:absolute;
	left:0;
	top:10px;
	z-index:-1;
}
.index_title_02 p{
	display:block;
	margin-top:10px;
	padding:0 20px;
	color:#fff;
	/* text-transform: uppercase; */
	font-size: 20px;
}

.index_title_02 .more{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 20px;
	background:#8fc220;
	text-transform:uppercase;
	color:#fff;
	line-height:30px;
	margin-top:20px;
	border:1px solid #8fc220;
	transition:0.6s;
}
.index_title_02 .more:hover{
	background:#fff;
	color:#8fc220;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
	padding-bottom: 15px;
	background: url(/web/pic/xian.png) left bottom no-repeat;
}
.index_title_03 h2{
	display:block;
	font-size:18px;
	float: left;
}
.index_title_03 h3{
	display: block;
	float: left;
	margin-left: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #e71f18;
	margin-top: 13px;
}
.index_title_03 h2:after{
	/* content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left:0;
	top:100%;
	background: #46C399;
	margin-top: -1px; */
}
.index_title_03 span.more{
	display:block;
	float:right;
	transition: 0.6s;
	margin-top: 10px;
}
.index_title_03 span.more a{
	display:block;
	color: #13469F;
	/* font-size: 16px;
	text-transform: uppercase;

	background: #333333;
	line-height: 40px;
	padding: 0 30px; */
}
/*首页名称横线*/
.index_title_04{
	overflow:hidden;
	text-align:center;
	position: relative;
}

.index_title_04 .hou{
	font-size: 120px;
	color: #E7ECEF;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
}
.index_title_04 .qian{
	width: 100%;
	overflow: visible;
	position: absolute;
	top:50%;
	margin-top: -15px;
	left:0;
	font-size: 21px;
	text-transform: uppercase;
}
.index_title_04_center{
	position: relative;
	overflow: visible;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 40px;
}
.index_title_04_center:before{
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	right:100%;
	top:50%;
}
.index_title_04_center:after{
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	left:100%;
	top:50%;
}
.index_title_04 .xia{
	overflow: hidden;
	margin-top: -5px;
	font-size: 18px;
	color: #666;
}
/*带缺口的标题*/
.index_title_05{
	overflow:hidden;
	text-align: center;
}
.index_title_05 h2{
	display: block;
	font-size:28px;
	color: #E51C26;
	text-transform: uppercase;
	font-weight: normal;
}
.index_title_05 span.line{
	width:110px;
	display:block;
	height:3px;
	margin:10px auto 0px auto;
	background: #fff;
}
.index_title_05 p{
	display: block;
	font-size: 16px;
	margin-top: 20px;
	color: #fff;
}
/*首页栏目名称带短线*/
.index_title_06{
	overflow:hidden;
	text-align: center;
}
.index_title_06 .shang,.index_title_06 h2{
	display: block;
	overflow: hidden;
	font-size:34px;
	font-weight: normal;
	/* text-transform: uppercase;
	padding-bottom: 15px;
	background: url(/web/pic/title.png) bottom center no-repeat; */
}
.index_title_06 .xia{
	display:block;
	margin:10px auto 0 auto;
	overflow: hidden;
	color: #666;
	font-size: 16px;
}
.index_title_06 span.line{
	width:215px;
	display:block;
	height:4px;
	margin:10px auto 0px auto;
	background: #BA0010;
}

/*第一个字母变色*/
.index_title_07{
	overflow:hidden;
}
.index_title_07 h2{
	display:block;
	float:left;
	overflow:hidden;
	padding-top:10px;
	background:url(/web/pic/index_title.jpg) left top no-repeat;
	font-size:36px;
	text-transform:uppercase;
	color:#0091f7;
}
.index_title_07 h2:first-letter{
	color:#282828!important;
}
.index_title_07 p{
	font-size:16px;
	display:block;
	margin-top:10px;
	color:#666;
	overflow:hidden;
}
/*----上面和下面带横线-----*/
.index_title_08{
	/* text-align:center; */
	overflow:visible;
}
.index_title_08_center{
	display: inline-block;
	*display: inline;
	*zoom:1;
	position:relative;
	padding-top: 5px;
}
.index_title_08_center:before{
	content: "";
	width:100px;
	height:6px;
	display:block;
	position:absolute;
	right:100%;
	top:0;
	background:url(/web/pic/before.png) no-repeat;
	margin-right: -20px;
}
.index_title_08_center:after{
	content: "";
	width:100px;
	height:6px;
	display:block;
	position:absolute;
	bottom:7px;
	left:100%;
	background:url(/web/pic/after.png) no-repeat;
	margin-left: -20px;
}
.index_title_08 h2{
	font-size:18px;
	display: block;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.index_title_08 p{
	display: block;
	margin-top: 5px;
	color:#666;
}
/*梯形标题样式*/
.index_title_09{
	overflow:hidden;
	text-align: center;
}
.index_title_09 .tixing{
	display: inline-block;
	*display: inline;
	*zoom:1;
  height:0;
  border-width:0 37px 50px 37px;
  border-style:none solid solid;
  border-color:transparent transparent #444444;
	position: relative;
}
.index_title_09 .tixing::after{
	content: "";
	width: 21px;
	height: 14px;
	position: absolute;
	right: -37px;
	top:50px;
	background: url(/web/pic/after.png) no-repeat;
}
.index_title_09 h2{
	display:block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 50px;
	line-height: 50px;
}
.index_title_09 p{
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}
/*--首页分类带圆形遮罩--*/
#lm{
	width:1250px;
	overflow:hidden;
}
#lm li{
	position:relative;
	float:left;
	margin-right:36px;
	overflow:hidden;
	width:170px;
}
#lm li .pic{
	width:170px;
	height:184px;
	display:block;
	overflow:hidden;
}
#lm li img{
	height:auto;
	max-width:100%;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	transition:0.6s;
}
#lm li:hover img{
	transform:scale(1.1);
}

#lm li .zhezhao{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:url(../images/lm_yuan.png) top center no-repeat;
}

#lm li i{
	display:block;
	font-size:44px;
	color:#fff;
	position:absolute;
	top:35%;
	z-index:3;
	margin:0px auto;
	width:100%;
	text-align:center;
	filter:alpha(opacity=50);
      -moz-opacity:0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
	  transition:0.6s;
}
#lm li:hover i{
		filter:alpha(opacity=100);
      -moz-opacity:1;
      -khtml-opacity: 1;
      opacity: 1;
}
#lm li h3{
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
#lm li a{
	display:block;
	overflow:hidden;
}
/*仅有一张图片首页横排常用于广告*/
ul.index_tulist{
	width:auto;
	overflow:visible;
}
ul.index_tulist li{
	width:240px;
	height: 240px;
	float:left;
	overflow:hidden;
	transition:0.6s;
	text-align:center;
}
ul.index_tulist li:hover{
	background: rgba(186, 0, 16, 0.1);
}
ul.index_tulist li .pic{
	display: block;
	overflow: hidden;
	margin-top: 5px;
	/* border: 1px solid #ccc; */
}
ul.index_tulist li:hover .pic{
	/* border-color: #0073be; */
}
ul.index_tulist li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

ul.index_tulist li:hover img{
	/* transform: scale(1.1); */
}
ul.index_tulist li h3{
	display:block;
	font-size:18px;
	margin-top:15px;
	font-weight:normal;
}
ul.index_tulist li h3 a{

}
ul.index_tulist li p{
	display: block;
	margin-top: 15px;
	color: #666;
	line-height: 25px;
	text-align: center;
}
/*首页标题浮在图片上列表*/
ul.index_cplist_01{
	width:1250px;
	overflow:hidden;
}
ul.index_cplist_01 li{
	width: 295px;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-top: 6.6666666px;
	margin-right: 6.6666666px;
}
ul.index_cplist_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_01 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_01 li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	transition: 0.6s;
	background: url(/web/pic/zhezhao.png) bottom center repeat-x;
}
ul.index_cplist_01 li:hover a{
	/* background: rgba(0,0,0,0.6); */
}
ul.index_cplist_01 li h3{
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	font-size:14px;
	color:#fff;
	/* border: 1px solid #fff; */
	font-weight:normal;
	height: 40px;
	line-height:40px;
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
	z-index:15;
	overflow: hidden;
	padding: 0 10px;
}

/*不规则产品不带遮罩*/
ul.index_cplist_02{
	overflow:visible;
	width: auto;
	height: 748px;
	position: relative;
}
ul.index_cplist_02 li{
	overflow:hidden;
	position: absolute;
	text-align: center;
	transition: 0.6s;
}
ul.index_cplist_02 li:hover{
	-webkit-box-shadow:0 8px 16px rgba(0,0,0,.18);
	-moz-box-shadow:0 8px 16px rgba(0,0,0,.18);
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
ul.index_cplist_02 #li1{
	width: 544px;
	height: 748px;
	left:0;
	top:0;
}
ul.index_cplist_02 #li2{
	width: 647px;
	height: 380px;
	right:0;
	top:0;
}
ul.index_cplist_02 #li3{
	width: 320px;
	height: 360px;
	left:552px;
	bottom:0;
}
ul.index_cplist_02 #li4{
	width: 320px;
	height: 360px;
	right:0;
	bottom:0;
}
ul.index_cplist_02 #li5{
	width: 400px;
	height: 280px;
	right:0;
	bottom:0;
}
ul.index_cplist_02 li a{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li .pic{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li:hover .pic{

}
ul.index_cplist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
ul.index_cplist_02 li:hover img{
	/* transform: scale(1.1); */
}
ul.index_cplist_02 li .txt{
	overflow: hidden;
	position: absolute;
	left:0;
	bottom: 15px;
	z-index: 10;
	width: 100%;
	padding: 0 10px;
}
ul.index_cplist_02 li h3{
	display: block;
	overflow: hidden;
	font-size:16px;
	font-weight: normal;
}
ul.index_cplist_02 li p{
	color: #666;
	display: block;
	margin-top: 10px;
}
ul.index_cplist_02 li .detail{
	height: 30px;
	line-height:30px;
	overflow: hidden;
	display: block;
	margin: 20px auto 0 auto;
	width: 100px;
	border: 1px solid #333;
	transition: 0.6s;
}
ul.index_cplist_02 li:hover .detail{
	background: #3945b5;
	border-color: #3945b5;
	color: #fff;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1250px;
	overflow:visible;
}
dl.index_cplist_03 dd{
	width:380px;
	margin-top: 30px;
	margin-right: 30px;
	float: left;
	position: relative;
	overflow:visible;
	text-align: center;
}
dl.index_cplist_03 dd:hover{
	/* background: #FE6F21;
	box-shadow:0 8px 16px rgba(0,0,0,.38) */
}
dl.index_cplist_03 dd a{
	display: block;
	overflow: visible;
}
dl.index_cplist_03 dd .pic{
	display:block;
	overflow:hidden;
	position: relative;
	border: 1px solid #ddd;
	box-shadow:0 0px 16px rgba(0,0,0,.18)
}
dl.index_cplist_03 dd:hover .pic{
	border-color: #0051BD;
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto 0 auto;
}
dl.index_cplist_03 dd:hover img{
	transform:scale(1.1);
}
dl.index_cplist_03 dd .zhezhao{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background: rgba(19, 104, 188, 0.5);
	text-align: center;
	transition: 0.6s;
}
dl.index_cplist_03 dd:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
dl.index_cplist_03 dd .zhezhao i{
	width: 53px;
	height: 53px;
	background: #fff;
	color: #0051BD;
	font-size: 25px;
	overflow: hidden;
	margin-top: 110px;
	line-height: 53px;

}
dl.index_cplist_03 dd .zhezhao h4{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	font-weight: normal;
}
dl.index_cplist_03 dd .zhezhao .detail{
	width: 120px;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 15px auto 0 auto;
	border: 1px solid #fff;
	color: #fff;
}

dl.index_cplist_03 dd .txt{
	padding: 0 20px;
}
dl.index_cplist_03 dd h3{
	display:block;
	overflow:hidden;
	font-size: 18px;
	margin-top: 15px;
	font-weight: normal;
}
dl.index_cplist_03 dd .xia{
	margin-top: 10px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}


dl.index_cplist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_cplist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_cplist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_cplist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_cplist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_cplist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_cplist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_cplist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_cplist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_cplist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*首页规则产品列表图片上标题下*/
dl.index_cplist_04{
	width:1300px;
	overflow:hidden;
}
dl.index_cplist_04 dd{
	list-style-type:none;
	float:left;
	width:285px;
	transition:.0.6s;
	text-align:center;
	overflow:hidden;
	margin-right: 20px;
	margin-top: 30px;
	border: 1px solid #ccc;
	padding: 5px;
	/* -moz-box-shadow:0px 0px 5px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd;
	background: #fff;
	position: relative;*/
}
dl.index_cplist_04 dd a{
	display: block;
	overflow: visible;
}
dl.index_cplist_04 dd .pic{
	display:block;
	overflow:hidden;
}
dl.index_cplist_04 dd .zhezhao{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background:url(/web/pic/see.png) center center no-repeat rgba(0,134,210,0.5);
	position: absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.6s;
	display: flex;
	justify-content:center;
	align-items:Center;
	z-index: 100;
}
dl.index_cplist_04 dd:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
/*
dl.index_cplist_04 dd .pic .zhezhao .more{
	width: 57px;
	height: 57px;
	display: block;
	background: url(/web/pic/m.png) no-repeat;
}
dl.index_cplist_04 dd:hover .zhezhao .more{
	animation:rotateIn 1s infinite;
	-webkit-animation:rotateIn 1s infinite;
} */
dl.index_cplist_04 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin: 0px auto;
	/*

	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	*/
}
/* dl.index_cplist_04 dd .tu2{
	margin-top:-80px;
}
dl.index_cplist_04 dd .tu2,dl.index_cplist_04 dd:hover .tu1{
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .tu2{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
} */
dl.index_cplist_04 dd:hover{
	border-color: #133984;
	/* -moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc; */
}
dl.index_cplist_04 dd:hover .pic{
	/* border-color:#F9C450;
	background: #F9C450;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc; */
}
dl.index_cplist_04 dd:hover img{
	transform:scale(1.1);
}
dl.index_cplist_04 dd .xia{
	overflow: hidden;
	line-height: 50px;
	height: 50px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	margin-top: 5px;
	transition: 0.6s;
}
dl.index_cplist_04 dd:hover .xia{
	background: #133984;
	color: #fff;
}
dl.index_cplist_04 dd:hover .xia .iconsousuo{
	color: #fff;
	border-color: #fff;
}
dl.index_cplist_04 dd .iconsousuo{
	font-size: 24px;
	float: right;
	width: 55px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #666;
	border-left: 1px solid #ccc;
}
dl.index_cplist_04 dd h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight: normal;
	float: left;
	margin-left: 10px;
}
dl.index_cplist_04 dd:hover h3{
	/* background: #FF8500;
	color: #fff;*/
	/* border-color: #0A6DB0; */
}
dl.index_cplist_04 dd h3 i{
	/* width: 20px;
	height: 20px;
	margin-left: 15px;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 18px;
	float: right;
	font-size: 24px;*/
}
dl.index_cplist_04 dd:hover h3 i{
	/* background: #0555ea;
	color: #fff;
	border-color: #0555ea; */
}
dl.index_cplist_04 dd p{
	height: 30px;
	line-height:30px;
	color:#666;
	display:block;
	overflow:hidden;
	padding: 0 10px;
}
dl.index_cplist_04 dd .model{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
dl.index_cplist_04 dd .jiage{
	display: block;
	margin-top: 10px;
	font-size: 20px;
}
dl.index_cplist_04 dd .detail{
	/* display:block;
	width: 100px; */
	line-height:35px;
	padding:0 30px;
	margin:20px auto 0 auto;
	/* background: #A7A7A7;
	color: #fff;
	text-transform: uppercase; */
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #666;
	text-align:center;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .detail{
	background:#333;
	color:#fff;
	border-color:#333;
}

dl.index_cplist_04 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_cplist_04 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_cplist_04 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_cplist_04 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_cplist_04 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_cplist_04 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_cplist_04 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_cplist_04 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_cplist_04 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_cplist_04 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*不规则产品带遮罩*/
ul.index_cplist_05{
	overflow:hidden;
	width: 1250px;
	/* height: 724px;
	position: relative; */
}
ul.index_cplist_05 li{
	overflow:hidden;
	text-align: center;
	position: relative;
	width: 385px;
	float: left;
	margin-right: 22.5px;
	margin-top:22.5px;
}
ul.index_cplist_05 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_05 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_05 li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	background: rgba(218, 37, 28, 0.5);
}
ul.index_cplist_05 li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
ul.index_cplist_05 li a .kuang{
	width:100%;
	height:100%;
	display:block;
	border: 1px solid #fff;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
}
ul.index_cplist_05 li a i{
	font-size:18px;
	display:block;
	color: #fff;
	margin-top: 10px;
	/* width: 30px;
	height: 30px;
	background: #fff;
	line-height: 30px; */
	text-align-last: center;
}
ul.index_cplist_05 li .num{
	display: block;
	font-size: 64px;
	color: #fff;
	-moz-text-shadow: 2px 2px 5px #000;
	-webkit-text-shadow: 2px 2px 5px #000;
	text-shadow: 2px 2px 5px #000;
	margin-top: 15%;
	position: relative;
	text-align: left;
	padding-left: 85px;
}
ul.index_cplist_05 li .num::before{
	content: "";
	width:65px;
	height: 6px;
	background: #fff;
	display: block;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -3px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow:2px 2px 5px #000;
}
ul.index_cplist_05 li h3{
	font-size:24px;
	display: block;
	padding-top:70px;
	color: #fff;
	font-weight: normal;
	background: url(/web/pic/see.png) top center no-repeat;
}
ul.index_cplist_05 li a .line{
	width:40px;
	height:2px;
	background:#fff;
	display:block;
	margin:15px auto 0 auto;
}
ul.index_cplist_05 li .txt{
	/* padding:0 30px; */
	overflow:hidden;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}
ul.index_cplist_05 li a p{
	color:#fff;
	padding-top: 5px;
	margin-top:10px;
	border-top: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-bottom: 75px;
	background: url(/web/pic/link.png) bottom center no-repeat;
}
ul.index_cplist_05 li a .jia{
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(/web/pic/jia.png) no-repeat;
	display: block;
	margin: 20px auto 0 auto;
}
ul.index_cplist_05 li a .detail{
	display: block;
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:20px auto 0 auto;
	color:#fff;
	background: #23BDB1;
}
ul.index_cplist_05 #li1{
	width: 592px;
	height: 377px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width: 592px;
	height: 377px;
	right:0;
	top:0;
}
ul.index_cplist_05 #li3{
	width: 394px;
	height: 333px;
	left:0;
	bottom:0;
}
ul.index_cplist_05 #li4{
	width: 394px;
	height: 333px;
	left:405px;
	bottom:0;
}
ul.index_cplist_05 #li5{
	width: 394px;
	height: 333px;
	right:0;
	bottom:0;
}
/*不规则产品带遮罩*/
dl.index_cplist_06{
	width: 1250px;
	overflow: hidden;
}
dl.index_cplist_06 dd{
	overflow:hidden;
	width: 345px;
	height: 217.5px;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 15px;
}
dl.index_cplist_06 #dd1{
	width: 480px;
	height: 450px;
}
dl.index_cplist_06 #dd4,dl.index_cplist_06 #dd5{
	margin-top: 15px;
}
dl.index_cplist_06 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 1s;
}
dl.index_cplist_06 #dd1 img{
	height: 450px;
	max-width: 600px;
	margin-left: -60px;
}
dl.index_cplist_06 dd:hover img{
	transform: scale(1.1);
}
dl.index_cplist_06 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_06 dd .txt{
	width:100%;
	height:35px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	overflow:hidden;
	transition:0.6s;
	padding: 0 15px;
}
dl.index_cplist_06 dd:hover .txt{
	height: 100%;
	background: rgba(0, 57, 92, 0.7);
}
dl.index_cplist_06 dd h3{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	display: block;
	overflow: hidden;
	/* transition:0.6s;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	z-index: 10;
	background:rgba(0,0,0,0.5); */
}
dl.index_cplist_06 dd:hover h3{
	margin-top: 20px;
}
dl.index_cplist_06 dd i{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	/* position: absolute;
	right:20px;
	top:10px; */
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	display: none;
}
dl.index_cplist_06 dd .txt .line{
	width: 120px;
	height: 1px;
	display: block;
	margin: 10px auto 0 auto;
	background: #fff;
	transition:0.6s;
	display: none;
}
dl.index_cplist_06 dd:hover .txt .line{
	display: block;
}
dl.index_cplist_06 dd .txt p{
	color:#fff;
	line-height:25px;
	display:none;
	overflow: hidden;
	transition:0.6s;
	margin-top: 10px;
}
dl.index_cplist_06 dd:hover .txt p{
	display: block;
}
dl.index_cplist_06 dd .txt .detail{
	display:block;
	margin:20px auto;
	width:80px;
	height:30px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	line-height:30px;
	display: none;
	transition:0.6s;
}
dl.index_cplist_06 dd:hover .txt .detail{
	display: block;
}


/*----首页带图片新闻-------*/
.index_tuwenlist{
	overflow:visible;
	width: auto;
}
.index_tuwenlist dl{
	overflow:hidden;
	width: 600px;
	height: 210px;
	float: left;
	padding: 30px 10px 0 20px;
	background: #A2A2A2;
	transition: 0.6s;
}
.index_tuwenlist #dl1,.index_tuwenlist #dl4{
	background: #C3C3C3;
}
.index_tuwenlist dl a{
	display: block;
	overflow: hidden;
}
.index_tuwenlist dl:hover{
	background: #DA251C!important;
}
.index_tuwenlist dl:hover h3,.index_tuwenlist dl:hover p{
	color: #fff;
}
.index_tuwenlist dl dt{
	overflow:hidden;
	width: 133px;
	float: right;
	margin-top: 5px;
}
.index_tuwenlist dl dt img{
	max-width: 100%;
	height:auto;
	display:block;
	transition:0.6s;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.index_tuwenlist dl:hover dt img{
	/* transform:scale(1.1); */
	-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: color;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.index_tuwenlist dl dt .ri{
	display:block;
	color:#000;
	font-size:36px;
	font-family:Arial;
	font-weight:bold;
	margin-top:10px;

}
.index_tuwenlist dl dt .nian{
	display:block;
	color:#666;
	font-family:Arial;
	margin-top:5px;
}
.index_tuwenlist dl dd{
	overflow:hidden;
	width: 400px;
	float: left;
}
.index_tuwenlist dl dd .num{
	float: left;
	padding: 20px 10px 10px 10px;
	border-bottom: 2px solid #c21823;
	font-size: 60px;
	font-weight: bold;
}
.index_tuwenlist dl dd h3,.index_tuwenlist dl dd .shang{
	display:block;
	font-size:18px;
	overflow: hidden;
	font-weight: normal;
}
.index_tuwenlist dl dd .line{
	width:30px;
	height:2px;
	display:block;
	margin-top: 10px;
	background:#999;
}
.index_tuwenlist dl p,.index_tuwenlist dl dd .xia{
	margin-top:20px;
	line-height:25px;
	color:#666;
	display:block;
	overflow:hidden;
}
.index_tuwenlist dl dd .time{
	display:block;
	color:#999;
	margin-top: 40px;
}
.index_tuwenlist dl dd i{
	float: right;
	font-size: 24px;
}
.index_tuwenlist dl .detail{
	display:block;
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	background: #AD7753;
	margin-top:20px;
	transition:0.6s;
	color: #fff;
}
.index_tuwenlist dl dd .detail:hover{
	background:#000;
	border-color:#000;
	color:#fff;
	transition:0.5s;
}
/*头条*/
dl.toutiao{
	overflow:hidden;
}
dl.toutiao a{
	display: block;
	overflow: hidden;
}
dl.toutiao dt{
	overflow:hidden;
	width: 250px;
	float: left;
}
dl.toutiao .pic{
	display:block;
	overflow:hidden;
}
dl.toutiao img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.toutiao:hover img{
	transform:scale(1.1);
}
dl.toutiao dd{
	overflow:hidden;
	margin-left: 260px;
}
dl.toutiao dd .shang{
	overflow: hidden;
}

dl.toutiao h3{
	display:block;
	font-size:16px;
	margin-top: 10px;
}
dl.toutiao dd .line{
	width: 45px;
	height: 2px;
	margin-top: 20px;
	display: block;
	background: #0066ca;
}
dl.toutiao dd p,dl.toutiao dd .txt{
	line-height:25px;
	overflow:hidden;
	display:block;
	color:#666;
	margin-top: 10px;
}
dl.toutiao dd .xia{
	overflow:hidden;
	display:block;
	margin-top: 15px;
}
dl.toutiao .time{
	display:block;
	margin-top: 20px;
	color: #999;
}
dl.toutiao .detail{
	display:block;
	color: #0051BD;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	/* float: left;
	line-height:40px;
	text-align:center;
	border: 1px solid #0066ca;
	transition: 0.6s;
	padding: 0 25px; */
}
dl.toutiao:hover .detail{
	/* background: #0066ca;
	color: #fff; */
}
dl.toutiao dd .detail i{
	margin-left:10px;
}
/*首页新闻列表普通*/
dl.index_newslist_01{
	overflow:hidden;
	margin-top: 10px;
}
dl.index_newslist_01 dd{
	overflow:hidden;
	line-height: 50px;
	overflow:hidden;
	height:50px;
	border-bottom: 1px dotted #ddd;
}
dl.index_newslist_01 dd a{
	display: block;
	position: relative;
	font-size: 16px;
}
dl.index_newslist_01 dd a:before{
	/* content: "●";
	font-size: 13px;
	margin-right: 10px;
	color: #666; */
}
dl.index_newslist_01 dd:hover a:before{
	/* color: #0771BD; */
}
dl.index_newslist_01 dd i{
	margin-right:10px;
}
dl.index_newslist_01 dd span{
	float:right;
	color:#999;
}

/*首页横排3块*/
.box{
	overflow: hidden;
	width: 580px;
}
.box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
.tbox{
	overflow:hidden;
	width: 555px;
	height: 189px;
}
#tbox1{
	background: url(/web/pic/tbox1.jpg) no-repeat;
	float:left;
}
#tbox2{
	background: url(/web/pic/tbox2.jpg) no-repeat;
	float: right;
	border: 1px solid #ccc;
}
.tbox img{
	/* max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto; */
}
.tbox_pd{
	padding:30px 45px 0 30px;
	overflow: hidden;
}
/*首页新闻列表带图片*/
dl.index_newslist_02{
	width:1250px;
	overflow:visible;
}
dl.index_newslist_02 dd{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position: relative;
	transition: 0.6s;
	background: #fff;
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
dl.index_newslist_02 dd:hover{
	box-shadow:0 8px 16px rgba(0,0,0,.48)
}
dl.index_newslist_02 dd a{
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd .pic{
	display:block;
	overflow:hidden;
	height: 250px;
	position: relative;
}
dl.index_newslist_02 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin-top: -15px;
}
dl.index_newslist_02 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_02 dd .txt{
	overflow: hidden;
	transition: 0.6s;
	height: 200px;
	padding: 20px 20px 0 20px;
}

dl.index_newslist_02 dd:hover .txt{
	/* border-color: #40B88A;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	background: #fff; */
}
dl.index_newslist_02 dd h3{
	display:block;
	font-size:18px;
	font-weight:normal;
	overflow:hidden;
}
dl.index_newslist_02 dd p{
	margin-top:10px;
	/* padding: 10px 0;
	border-bottom: 1px solid #ccc; */
	line-height:30px;
	/* height: 70px; */
	color:#666;
	overflow: hidden;
	display: block;
}
dl.index_newslist_02 dd:hover p{
	/* border-color: #E82C23; */
}
dl.index_newslist_02 dd .detail{
	/* display:inline-block;
	*display: inline;
	*zoom:1;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	transition: 0.5s;
	border: 1px solid #ccc; */
	display: block;
	margin-top: 20px;
	font-size: 16px;
}
dl.index_newslist_02 dd:hover .detail{
	/* background: #326DD5;
	border-color: #326DD5; */
	color: #D9271B;
}
dl.index_newslist_02 dd .line{
	width: 50px;
	height: 2px;
	display: block;
	margin: 20px auto 0 auto;
	background: #009EDB;
}
dl.index_newslist_02 dd .dd_footer{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	color: #999;
}
dl.index_newslist_02 dd .time{
	display: block;
	margin-top: 15px;
	color: #999;
}
dl.index_newslist_02 dd:hover .time{
	/* color: #E82C23; */
}
dl.index_newslist_02 dd .time i{
	margin-left: 10px;
}
dl.index_newslist_02 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_02 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_02 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_02 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_02 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

/*首页新闻案例列表带遮罩*/
dl.index_newslist_03{
	width:auto;
	overflow:hidden;
}
dl.index_newslist_03 dd{
	width:25%;
	float:left;
	overflow:hidden;
	height:225px;
	position:relative;
	/* border: 5px solid #f6f6f6;
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	margin-bottom: 5px; */
	/* border-right: 30px solid transparent;
	border-top: 30px solid transparent; */
}
dl.index_newslist_03 dd .title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
}
dl.index_newslist_03 dd .ovrlyT {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:2;
}
dl.index_newslist_03 dd .ovrlyB {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:3;
}
dl.index_newslist_03 dd .buttons {
    position: absolute;
    top: 35%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:4;
}
dl.index_newslist_03 dd .buttons .fa {
    /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
    display: inline-block;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
		background: #F4AE00;
		color:#fff;
}
dl.index_newslist_03 dd:hover .ovrlyT {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .ovrlyB {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .buttons .fa {
    opacity: 1;
}
dl.index_newslist_03 dd img{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
    transition:0.6s;
}
dl.index_newslist_03 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_03 dd a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
dl.index_newslist_03 dd a .kuang{
	display:block;
	overflow:hidden;
	height:100%;
	border:1px solid #fff;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
dl.index_newslist_03 dd:hover a .kuang{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
dl.index_newslist_03 dd a h3,dl.index_newslist_03 dd a p{
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin-top:45%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:translateY(-50px);
	transition:0.6s;
	padding:0 15px;
}
dl.index_newslist_03 dd:hover a h3,dl.index_newslist_03 dd:hover a p{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:translateY(0px);
}
dl.index_newslist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_newslist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_newslist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_newslist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_newslist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_newslist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*首页上面图片下面带日期的新闻列表*/
.index_newslist_05{
	width: 1250px;
	overflow: hidden;
}
.index_newslist_05 dl{
	overflow: hidden;
	width: 375px;
	float: left;
	margin-right: 37.5px;
}
.index_newslist_05 dl a{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_newslist_05 dl:hover img{
	transform: scale(1.1);
}
.index_newslist_05 dl:hover dt{
	background:#0081c2;
	border-color: #0081c2;
}
.index_newslist_05 dl:hover dt span.ri,.index_newslist_05 dl:hover dt span.nian{
	color: #fff;
}
.index_newslist_05 dl dt{
	width: 85px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	float: left;
	transition: 0.6s;
}
.index_newslist_05 dl dt span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_newslist_05 dl dt span.ri{
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
}
.index_newslist_05 dl dt span.nian{
	color: #666;
}
.index_newslist_05 dl dd{
	margin-left: 100px;
	overflow: hidden;
}
.index_newslist_05 dl dd h3{
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.index_newslist_05 dl dd p{
	display: block;
	margin-top: 5px;
	overflow: hidden;
	line-height: 25px;
}
/*首页问答FAQ样式*/
dl.wenda_list{
	overflow:hidden;
	width: 280px;
	float: right;
}
dl.wenda_list dt{
	background:url(/web/pic/q.png) left center no-repeat;
	padding-left:35px;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	font-size: 16px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:35px;
	background:url(/web/pic/a.png) left center no-repeat;
	margin-top:10px;
	color: #666;
	line-height: 30px;
	height: 30px;
}

/*友情链接带图片样式*/
ul.link_01{
	overflow:visible;
	width: 1250px;
}
ul.link_01 li{
	float:left;
	width:225px;
	overflow:hidden;
	margin: 18.75px 18.75px 0 0;
	/* border: 1px solid #eee; */
	transition:box-shadow .2s linear
}
ul.link_01 li:hover{
	box-shadow:0 8px 16px rgba(0,0,0,.18);
}
ul.link_01 li img{
	width:100%;
	height:auto;
	display:block;
	margin: 0px auto;
	/* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
	border:1px solid #ccc; */
}
ul.link_01 li:hover img{
	/* -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: color; */
}
/*仅文字链接*/
ul.link_02{
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 15px 0 0;
	margin-right: 15px;
	/* border-right:1px solid #B0B9D6; */
	line-height: 13px;
	color: #fff;
	margin-top: 6px;
}



.lmmc{
	width:auto;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.lmmc h2{
	font-size:26px;
	font-weight:normal;
	float:left;
	display:block;
}

/*----首页独立联系我们----*/
ul.index_contact_01{
	overflow:hidden;
	/* text-align: center; */
	width: 430px;
	float: right;
}

ul.index_contact_01 li{
	overflow:hidden;
	padding-left: 95px;
	color: #fff;
	line-height: 40px;
	font-size: 22px;
}
ul.index_contact_01 li a{
	color: #fff;
}
ul.index_contact_01 li .txt{
	overflow:visible;
	height: 75px;
	line-height: 25px;
	display: flex;
  justify-content:center;
  align-items:Center;
}
/* ul.index_contact_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
ul.index_contact_01 li h4{
	display:block;
	margin-top:15px;
	font-size:18px;
	font-weight:normal;
	color:#666;
}

ul.index_contact_01 li .txt:after{
	content: "";
	width:145px;
	height:1px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background:#999;
	z-index:20;
} */

ul.index_contact_01 #index_tel{
	background:url(/web/pic/t.png) left center no-repeat;
}
ul.index_contact_01 #index_email{
	background:url(/web/pic/e.png) left center no-repeat;
}
ul.index_contact_01 #index_dizhi{
	background:url(/web/pic/a.png) top center no-repeat;
}
/* ul.index_contact_01 #whatsapp{
	background:url(../ico/whatsapp.png) left center no-repeat;
}
ul.index_contact_01 #footer_add{
	background:url(/web/pic/add.png) left center no-repeat;
} */
.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}




/*-----More按钮样式大全---*/
.more_01{
	width: 125px;
	height: 35px;
	line-height: 35px;
	display:block;
	border: 1px solid #13469F;
	color: #13469F;
	text-align: center;
	transition: 0.6s;
}
.more_01:hover{
	color:#fff;
	background:#13469F;
	border-color:#13469F;
}
.more_02{
	display:block;
	height: 40px;
	transition: 0.6s;
	text-align: center;
	font-size: 16px;
	width: 170px;
	overflow: hidden;
	/* text-transform: uppercase; */
	line-height: 40px;
	margin: 0px auto;
	border: 1px solid #0051BD;
	background: #0051BD;
	color: #fff;
}
.more_02:hover{
	color:#0051BD;
	background-color: #fff;
	border-color: #0051BD;
}
.more_02:hover i{
	/* background: #fff;*/
	color:#FF8E01;
}
.more_03{
	line-height:40px;
	color: #fff;
	background:#F35E00;
	transition:0.6s;
	width: 100px;
	float: right;
	display: block;
	margin-right: 100px;
	text-align: center;
}
.more_03:hover{
	color:#fff;
	/* background-color:#fff;
	border-color: #009B4D; */
}
/*---首页左边分类右边产品结构--*/
#zuo{
	width:360px;
	float:left;
	overflow:hidden;
}
#zuo_title{
	overflow:hidden;
	background: #13469F;
	height:75px;
}
#zuo_title h2{
	display:block;
	font-size:24px;
	color: #fff;
	line-height: 75px;
	/* text-transform: uppercase; */
	font-weight: normal;
	text-align: center;
	/* background: url(/web/pic/fenlei.png) 45px center no-repeat; */
}
#zuo_title p{
	display:block;
	margin-top:5px;
	font-size: 16px;
	color: #BFCEE3;
}
#zuo ul{
	overflow:hidden;
}
#zuo ul li{
	border: 1px solid #B1C5D0;
	margin-top: -1px;
	overflow: hidden;
	height: 60px;
}
#zuo ul li a{
	display:block;
	line-height:60px;
	font-size: 16px;
	padding-left: 75px;
	color: #444;
}
#zuo ul li a i{
	float: right;
	margin-right: 50px;
	line-height: 60px;
	font-size: 18px;
}


#zuo dl{
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:67px;
	line-height:67px;
	overflow:hidden;
	border: 1px solid #B1C5D0;
	margin-top: -1px;
	position: relative;
}
#zuo dl dt:after{
	content: "";
	width: 15px;
	height: 16px;
	display: block;
	position: absolute;
	right:50px;
	top:50%;
	margin-top: -8px;
	background: url(/web/pic/jia.png) no-repeat;
}
#zuo dl dt a{
	display: block;
	line-height: 67px;
	font-size: 18px;
	color: #6c92a9;
	padding-left: 130px;
	background-repeat: no-repeat;
	background-position: 75px center;
}
#zuo a:hover{
	color: #1D425F;
}
#zuo dl dd{
	padding: 0px 20px;
	display:none;
}
#zuo dl dd a{
	display: block;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	padding-left: 40px;
}
#you{
	width:825px;
	overflow:hidden;
	float: right;
}
#you #you_title{
	overflow:hidden;
	background:#1D425F;
}
#you #you_title h2{
	display:block;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	text-transform: uppercase;
	line-height:75px;
	text-align: center;
}
/*#you #you_title:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #2F96D0;
	left: 50%;
	margin-left:-10px;
}


#you #you_title span{
	float:right;
	margin-right:10px;
	display:block;
}
#you #you_title span a{
	display:block;
	line-height: 50px;
	color: #666;
}*/
#you ul{
	overflow:hidden;
	width:860px;
}
#you ul li{
	width:265px;
	float:left;
	overflow:hidden;
	margin:30px 15px 0px 0;
	text-align: center;
}
#you ul li .pic{
	display:block;
	overflow:hidden;
	border: 1px solid #ddd;
}
#you ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#you ul li:hover .pic{
	border-color:#B1C5D0;
}
#you ul li:hover img{
	transform:scale(1.1);
}
#you ul li h3{
	display:block;
	overflow:hidden;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	margin-top: 15px;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:url(/web/pic/footer_zone.jpg) bottom center no-repeat #262527;
}
.footer{
	width:1200px;
	overflow:hidden;
	margin:40px auto 30px auto;
	color: #999999;
}
.footer a{
	color: #999999;
}
.footer a:hover{
	color: #fff;
}
#footer_l{
	overflow:hidden;
	float:left;
	width: 495px;
}
#footer_l_title{
	overflow:hidden;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#footer_l_title h2{
	display:block;
	font-size:18px;
	color:#fff;
	font-weight: normal;
}
#footer_l_title h3{
	display:block;
	font-size:36px;
	font-weight:normal;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
	color:#545454;
}
#footer_m{
	float:left;
	width: 190px;
	overflow:hidden;
	margin-right: 0!important
}
#footer_r{
	overflow:hidden;
	float:right;
	width: 420px;
}
#chanpin{
	width: 260px;
}
#chanpin dd{
	width:50%;
	float:left;
	overflow: hidden;
}
.footer dl{
	float:left;
	overflow:hidden;
	/* min-height:145px;
	background:url(/web/pic/dl.png) right top no-repeat; */
}
.footer dl dt{
	display:block;
	font-size:16px;
	margin-bottom:20px;
	overflow:visible;
	text-transform:uppercase;
	position:relative;
	/* padding-bottom:10px; */
	position: relative;
	color: #fff;
	/* font-weight: bold; */
}
.footer dl dt:after{
	/* content: "";
	width:40px;
	height:2px;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	z-index:20; */
}
.footer dl dt a{
	/* display:block; */
	color: #fff;
}
.footer dd{
	line-height:30px;
}
.footer dl dd i{
	margin-right:10px;
}
dl.last{
	width:auto;
	overflow:visible;
	margin-right:0!important;
	float:right!important;
	padding-right:0!important;
	background:none!important;
	border:none;
}
dl.last dd a{
	display: inline-block;
	*display: inline;
	*zoom:1;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
}
.footer_zone #footer_lxxx img{
	/* filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
#ewm{
	overflow:hidden;
	/* width: 121px;
	height: 148px;
	background: url(/web/pic/ewmbg.png) no-repeat;
	margin: 0px auto;
	text-align: center; */
}
#ewm .shang{
	height: 115px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	padding: 10px;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0px auto;
}
#ewm .xia{
	height:32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}
#footer_follow{
	overflow:hidden;
	text-align: center;
}

#footer_follow a{
	margin:0px 3px 0px 3px;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	/* background:none!important; */
	/* border:2px solid #fff; */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #fff;
}
#footer_follow a:hover i{
	color: #F9C450;
	/* border-color: #E50112;
	background: #009B4D!important; */
}
.ali{
	background:url(../ico/ali.png) center center no-repeat;
	width:35px!important;
}
#footer_follow span{
	font-size:16px;
	display: block;
	text-transform:uppercase;
	/* font-weight: bold; */
	line-height:30px;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	border-top: 1px solid #4F4F51;
	/* background: #373737; */
}
#copy{
	overflow:hidden;
	width:1200px;
	padding:15px 0px 15px 0px;
	margin:0px auto;
	color: #999999;
	/* text-align: center; */
	/* border-top: 1px solid #444; */
}
#copy a{
	color: #999999;
}
#copy_l{
	float: left;
	overflow: hidden;
}
#copy_r{
	float: right;
	overflow: hidden;
}
/*--------------内页样式----------------------*/
.ny_banner{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
.ny_banner img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wz_zone{
	width:100%;
	min-width:1200px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	margin-top:5px;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:20px;
	text-transform:uppercase;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
}
.left_wrap{
	float:left;
	width:250px;
}
.left_wrap h2{
	width:auto;
	height:45px;
	line-height:45px;
	text-indent:20px;
	font-size:18px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight:normal;
	color:#fff;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	height:40px;
	line-height:40px;
	text-indent:10px;
	border-bottom:1px solid #d8d8d8;
	cursor:pointer;
	overflow:hidden;
}
.zlm dl dt a{
	display:block;
	float:left;
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:14px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}

.zlm dl .sanji{
	display:none;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:30px;
}
.zlm dl .sanji li a{
	display:block;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:930px;
	overflow:Hidden;
	float:right;
	background:#fff;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}
.right_title h2{
	font-size:26px;
	font-weight:normal;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:100%;
}
.tulist li{
	list-style-type:none;
	float:left;
	width:33.3333333%;
	margin-top:20px;
	padding-right:15px;
	overflow:Hidden;
	text-align:center;
}
.tulist li .pic{
	display:block;
	border:1px solid #ccc;
	overflow:hidden;
}
.tulist li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tulist li:hover img{
	transform:scale(1.1);
}
.tulist li h3{
	background-color:#f9f9f9;
	height:40px;
	overflow:hidden;
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}


.tulist_02{
	width:100%;
	overflow:hidden;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:25%;
	border-right:15px solid #fff;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
.tulist_02 li:hover img{
	transform:scale(1.1);
}
.tulist_02 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:25px;
	margin-top: 10px;
}

.tulist_03{
	width:1250px;
	overflow:hidden;
}
.tulist_03 li{
	list-style-type:none;
	float:left;
	width:399px;
	margin-right:1px;
	text-align:center;
}
.tulist_03 li img{
	width:100%;
	height:auto;
	display:block;
}
.tulist_03 li h3{
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:60px;
	color:#fff;
	background:#656565;
}
.tulist_03 li h3 a{
	color:#fff;
}
.list-cont ul li{
	position:relative;
	height:220px;
	padding:20px 180px 20px 345px;
	margin-bottom:30px;
	background-color:#fff;
}
.list-cont ul li .pic{
	position:absolute;
	top:20px;
	left:20px;
	width:290px;
	height:220px;
}
.list-cont ul li .text{
	position:relative;
	height:220px;
}
.list-cont ul li .text h2{
	font-size:22px;
	line-height:45px;
	margin-bottom:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-cont ul li .text p{font-size:16px;}
.list-cont ul li .text .more{
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #d2d2d2;
}
.list-cont ul li .date{
	position:absolute;
	top:25px;
	right:0;
	width:154px;
	height:130px;
	padding-top:80px;
	border-left:1px solid #dcdcdc;
	text-align:center;
}
.list-cont ul li .date .day{
	font-size:40px;
	line-height:40px;
}
.list-cont ul li .date .years{font-size:14px;}
.tuwenlist2{
	overflow:hidden;
	clear:both;
	width:100%;
}
.tuwenlist2 li{
	list-style-type:none;
	float:left;
	width:385px;
	height:470px;
	margin-top:20px;
	margin-right:20px;
	overflow:Hidden;
	background:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li h3{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
.tuwenlist2 li h3 a{
	font-size:16px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	line-height:25px;
}

dl.wzlist{
	width:auto;
	margin-top: 10px;
}
dl.wzlist dd{
	line-height:40px;
	/* border-bottom:1px dotted #ccc; */
}
dl.wzlist dd i{
	margin-right:10px;
}
dl.wzlist dd a{
	line-height: 40px;
	display: block;
	font-size: 16px;
	/* background: url(/web/pic/i2.jpg) left center no-repeat; */
}
dl.wzlist dd span{
	float:right;
	margin-right:10px;
	color:#989898;
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:455px;
	float:left;
}
.pro_right{
	width:455px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:22px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
dl.tuwenlist{
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:220px;
	overflow:hidden;
}
dl.tuwenlist dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
dl.tuwenlist:hover dt img{
	transform:scale(1.1);
}
dl.tuwenlist dd{
	margin-left:240px;
}
dl.tuwenlist dd h2{
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#fff;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}

/*----------下载表格----------*/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:25px;
	background:url(../ico/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan{
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:38px;
}
.itext{
	width:550px;
	height:38px;
	border:1px solid #c8c8c8;
	line-height:38px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent{
	width:550px;
	height:85px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn{
	width:100px;
	height:38px;
	text-align:center;
	line-height:38px;
	-moz-border-radius: 5px;      /* Gecko browsers */
  -webkit-border-radius: 5px;   /* Webkit browsers */
  border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
	color:#fff;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
}
.fitem{
	overflow: hidden;
	width: 585px;
	height: 50px;
	border: 1px solid #ddd;
}
.fitem i{
	display: block;
	float: left;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.ftext{
	height:50px;
	text-indent:10px;
	line-height:50px;
	border: none;
	overflow:hidden;
	background:none;
	display: block;
	outline: none;
	width: 530px;
}
.fcontent{
	width:100%;
	height:125px;
	border: 1px solid #ddd;
	padding:10px;
	line-height:25px;
	overflow:hidden;
	background:none;
	outline: none;
}
.fbtn{
	cursor:pointer;
	border:none;
	background:#0051BD;
	line-height:50px;
	text-align:center;
	outline:none;
	color: #fff;
	font-size: 16px;
	display: block;
	margin: 0px auto;
	width: 195px;
	/* float: right; */
}
.fbtn i{
	margin-left: 10px;
}
/*--联系我们通栏表单--*/
.cbiaodan{
	overflow:hidden;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	background: #D2DCE5;
}
.cbiaodan p{
	display:block;
	float: left;
	width: 385px;
	padding: 5px 0;
	background: #fff;
	-moz-border-radius: 10px;      /* Gecko browsers */
  -webkit-border-radius: 10px;   /* Webkit browsers */
  border-radius:10px;            /* W3C syntax */
	overflow:hidden;
	position: relative;
}
.cbiaodan p i{
	width: 40px;
	height:40px;
	float: right;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 0;
	top:5px;
}
.ctext{
	height:40px;
	text-indent:10px;
	line-height:40px;
	border:none;
	width:100%;
	/* margin-bottom: 15px; */
	overflow:hidden;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	background:none;
}
.ccontent{
	width:100%;
	height:110px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background: none;
	outline: none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}
.cbtn{
	cursor:pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border:none;
	background:#819355;
	line-height:40px;
	text-align:center;
	float: right;
	padding: 0 15px;
	text-transform: uppercase;
	color:#fff;
	/* margin-top: 10px; */
	/* font-size: 16px; */
	display: block;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888888; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888888;opacity:1;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
    color: #888888;opacity:1;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    color: #888888;opacity:1;
}
/*---------------其它碎片样式代码------------*/
#about_box{
	overflow: visible;
	position: relative;
}
#about_left{
	width:590px;
	overflow:hidden;
	float: left;
}
#about_pic{
	overflow:hidden;
	width: 520px;
	float: left;
}
#about_pic img,#about_left img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
#about_right{
	width: 555px;
	float: right;
	overflow: hidden;
	margin-top: 105px;
}
#about_right img{
	max-width:100%;
	height:auto;
	display:block;
}

#about_title{
	overflow: hidden;
	text-align: center;
}
#about_title .shang{
	overflow: hidden;
	font-size: 32px;
	color: #fff;
	/* font-weight: bold; */
}
#about_title .xia{
	overflow: hidden;
	color: #fff;
	margin-top: 10px;
}
#about_title .line{
	width: 50px;
	height: 2px;
	display: block;
	margin-top: 10px;
	background: #0286D1;
}
#about_txt{
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	margin-top: 30px;
	color: #fff;
}

#about_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 18px;
}

#news_box{
	overflow: hidden;
	width: 575px;
	float: left;
}
#news_box img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	overflow:hidden;
	width: 575px;
	float: right;
}
#other_box img{
	max-width:100%;
	height:auto;
	display:block;
}

/*---------我们的优势----------*/
.ys{
	overflow:visible;
	height: 1115px;
	position: relative;
}
.ys_num{
	width: 58px;
	min-height: 225px;
	background: url(/web/pic/n.png) top center no-repeat;
	overflow: hidden;
	text-align: center;
	padding-top: 15px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	height: 100%;
	float: left;
	margin-right: 30px;
}
#ys_num1{
	left:465px;
	top:5px;
}
#ys_num2{
	left:465px;
	top:290px;
}
#ys_num3{
	left:650px;
	top:455px;
}
#ys_num4{
	left:650px;
	top:755px;
}
#ys_num5{
	left:465px;
	top:890px;
}
#ys_num6{
	left:465px;
	top:1180px;
}
.ys_num span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}
.ys_pic{
	overflow:hidden;
	position: absolute;
}
.ys_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#ys_pic1{
	/* width: 530px; */
	left:-82px;
	top:0;
	z-index: 1;
	/* animation-name: fadeInLeft; */
}
#ys_pic2{
	/* width: 688px; */
	right:-82px;
	bottom:0;
	z-index: 2;
	/* animation-name: fadeInRight; */
}
#ys_pic3{
	width: 236px;
	left:85px;
	bottom:-25px;
	/* animation-name: fadeInRight; */
}
.ys_txt{
	overflow:hidden;
	width: 590px;
	position: absolute;
}
#ys_txt1{
	/* width: 475px;
	margin-top: 0px; */
	right:0;
	top: 90px;
	animation-name: fadeInRight;
}
#ys_txt2{
	/* width: 420px;*/
	top:310px;
	right:0px;
	animation-name: fadeInRight;
}
#ys_txt3{
	/* width: 425px; */
	left:0px;
	top:750px;
	animation-name: fadeInLeft;
}
#ys_txt4{
	/* width: 490px;
	left:620px;
	bottom:0;
	border-right: 1px solid #ddd; */
	animation-name: fadeInRight;
	padding-left: 30px;
	padding-top: 45px;
}
#ys_txt5{
	width: 290px;
	right:0;
	bottom:0;
	animation-name: fadeInRight;
}
.ys_txt dl{
	overflow: hidden;
}
.ys_txt dt{
	width: 100px;
	/* height: 47px;
	overflow: hidden;
	background: #0186D1;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 36px;
	font-weight: bold; */
	float: left;
}
.ys_txt dt span{
	font-size: 30px;
	font-style: italic;
	color: #d8271c;
}
.ys_txt dd{
	overflow:hidden;
}
.ys_txt h2{
	font-size:22px;
	display:block;
	font-weight: normal;
}
.ys_txt h3{
	font-size:24px;
	display:block;
	/* color: #999; */
	font-weight: normal;
	/* float: left;
	margin-left: 15px;
	margin-top: 10px; */
}
.ys_txt .ys_p{
	overflow:hidden;
	display:block;
	font-size: 16px;
	line-height: 35px;
	margin-top: 20px;
	color: #666;
}
/* .ys_txt ul{
	overflow:hidden;
	padding-left: 75px;
}
.ys_txt ul li{
	line-height:30px;
	padding-left:15px;
	background:url(/web/pic/i.png) left 11px no-repeat;
	margin-top: 10px;
} */
.news_l{
	overflow:hidden;
	width: 570px;
	float: left;
}
.news_l a{
	display: block;
	overflow: hidden;
}
.news_l .pic{
	display: block;
	overflow: hidden;
	height: 285px;
}
.news_l .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	margin-top: -71.5px;
}
.news_l:hover .pic img{
	transform: scale(1.1);
}
.news_content{
	overflow: hidden;
}
.news_content dl{
	overflow:hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #777;
}
.news_content dl:last-child,.news_content #dl3{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	border: none!important;
}
.news_content dl:hover{
	border-color: #D9271D;
}
.news_content dl a{
	display: block;
	overflow: hidden;
}
.news_content dl dt{
	float: left;
	overflow: hidden;
	transition: 0.6s;
	width: 115px;
	text-align: center;
}
.news_content dl dt img{
	/* max-width: 100%;
	height: auto; */
	height: 155px;
	width: auto;
	margin-left: -25px;
	display: block;
	transition: 0.6s;
}
.news_content dl:hover dt img{
	transform: scale(1.1);
}
.news_content dl dt .ri{
	display: block;
	font-size: 45px;
}
.news_content dl dt .nian{
	display:block;
	margin-top: 5px;
	font-size: 16px;
}
.news_content dl dd{
	overflow: hidden;
	margin-left: 115px;
	padding:0px 0 0 20px;
	border-left: 1px solid #777;
}
.news_content dl dd h3{
	display:block;
	font-size:16px;
	font-weight: normal;
}
.news_content dl dd h3 i{
	font-size: 18px;
	margin-right: 10px;
}
.news_content dl dd p{
	overflow:hidden;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
	transition: 0.6s;
}
.news_content dl dd .xia{
	overflow: hidden;
	margin-top: 10px;
}
.news_content dl dd .xia .time{
float: left;
color: #999;
}
.news_content dl dd .xia .detail{
color: #6c92a9;
text-decoration: underline;
float: right;
}

#link_title{
	overflow:hidden;
	float: left;
	font-size: 18px;
	margin-right: 15px;
	color: #fff;
	/* font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	height: 70px;
	line-height: 70px;
	padding-left: 80px;
	background: url(/web/pic/link_title.png) 30px center no-repeat;
	border-right: 1px solid #7188B2; */
}

.index_ad{
	overflow:hidden;
	position: relative;
}
.index_ad img{
	/* filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto; */
}
/* #index_ad_box{
	overflow:hidden;
	position: absolute;
	left:50%;
	margin-left: -600px;
	top:205px;
} */
.index_ad_txt{
	overflow: hidden;
	width: 555px;
	float: left;
}
.index_ad_txt .dazi{
	font-size: 22px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
}
.index_ad_txt .line{
	width: 50px;
	height: 2px;
	display: block;
	margin-top: 15px;
	background: #CF001C;
}
.index_ad_txt .xiaozi{
	font-size:16px;
	color: #fff;
	margin-top: 5px;
	overflow: hidden;
	line-height: 30px;
}
.index_ad_txt .jiantou{
	width: 23px;
	height: 57px;
	overflow: hidden;
	background: url(/web/pic/jiantou.png) no-repeat;
	margin: 75px 0 0 90px;
}
.index_ad_txt .detail{
	display: block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 60px;
	border: 1px solid #666;
}
.index_ad_txt .detail:hover{
	background:#00D5F5;
	border-color:#00D5F5;
}
/*首页横排圆形图标*/
ul.yuan{
	width:1300px;;
	overflow:hidden;
}
ul.yuan li{
	width:190px;
	/* padding: 0 3%;
	display: inline-block;
	*display: inline;
	*zoom:1; */
	float: left;
	vertical-align: top;
	overflow:hidden;
	position: relative;
	text-align: center;
	margin-right: 12px;
}

ul.yuan li .pic{
	display:block;
	overflow:hidden;
	margin:0px auto;
	transition:1s;
	position:relative;
	/* width: 170px;
	height: 170px;
	background: #252525; */
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	transition:1s;
	margin:0px auto;
}
ul.yuan li:hover .pic{
	/* background: #AB1842; */
	/* transform: rotate(360deg); */
}
ul.yuan li:hover img{
	/* transform:scale(1.1); */
	/* transform: rotate(360deg); */
}
ul.yuan li .zhezhao{
	display:block;
	position:absolute;
	z-index:3;
	background:url(../images/lm_yuan.png) no-repeat;
	width:100%;
	height:225px;
	left:0;
	top:0;
}
ul.yuan li:hover .zhezhao{

}
ul.yuan li .shuzi{
	display: block;
	font-size: 70px;
	color: #BCC2D8;
	font-weight: bold;
}
ul.yuan li h3{
	font-size:21px;
	display:block;
	text-align:center;
	overflow:hidden;
	/* text-transform: uppercase; */
	font-weight: normal;
	margin-top: 15px;
}
ul.yuan li p{
	display:block;
	overflow:hidden;
	margin-top:10px;
	color:#666;
	font-size: 16px;
}
ul.yuan li span.line{
	width:50px;
	display:block;
	height:2px;
	margin:10px auto 0px auto;
	background:#FEB15F;
}
ul.yuan li .miaoshu{
	display:block;
	overflow:hidden;
	line-height:25px;
	margin-top:15px;
	color:#666;
}
ul.yuan li .more{
	display: block;
	margin-top: 20px;
	color: #BD201B;
}

#vlist{
	overflow:hidden;
	width: 1260px;
}
#vlist li{
	overflow:hidden;
	text-align: center;
	width: 575px;
	float: left;
	margin: 40px 50px 0 0;
}
#vlist li a{
	display: block;
	overflow: hidden;
}
#vlist li .pic{
	display:block;
	width:100%;
	overflow:hidden;
	position: relative;
	height: 300px;
}
#vlist li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin-top: -65px;
}
#vlist li:hover .pic img{
	transform:scale(1.1);
}
#vlist li .zhezhao{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	z-index:10;
	left:0;
	top:0;
}
#vlist li .pic i{
	color:#FFC600;
	font-size:60px;
	margin:20% auto 0 auto;
	transition:1s;
	display: none;
}
#vlist li:hover .pic i{
	display: block;
}
#vlist li .vinfo{
	overflow: hidden;
	margin-top: 20px;
}
#vlist li h3{
	font-size:16px;
	display:block;
	font-weight:normal;
	margin-top: 15px;
	color: #fff;
}
#vlist li p{
	line-height:20px;
	color:#666;
	margin-top:10px;
	display:block;
}

/* banner */
.banner { width: 100%; min-width:1200px;height:680px; overflow: hidden; position: relative; text-align: center;background:#fff!important;}
.banner:hover .ctrl { width: 1200px; margin-left: -600px; opacity: 1; filter: alpha(opacity = 100); }
.banner .bd { height:680px; position: relative; left: 50%; margin-left: -960px;}
.banner .bd li { width: 1920px; }
/*banner2*/
.bxslider{
	min-width:1200px;
}
.bxslider li{
	height:680px;
}
.bxslider li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.index_lm{
	overflow: hidden;
	width: 1400px;
}
.index_lm li{
	float: left;
	overflow: hidden;
	text-align: center;
	width: 200px;
	margin-right: 133.33333333px;
}
.index_lm li a{
	display:block;
	overflow:hidden;
}
.index_lm li .pic{
	display: block;
	overflow: hidden;
}
.index_lm li img{
	max-width: 100%;
	height: auto;
	display:block;
}
.index_lm li h3{
	display:block;
	font-size:18px;
	font-weight:normal;
}


#so{
	display:block;
	cursor:pointer;
	float:right;
}
#so span,#so i{
	font-size:28px;
	line-height: 45px;
	/* text-align: center;
	width: 45px;
	background: #BA0010;

	margin-top: 30px; */
	display: block;
	/* color: #0b3291; */
}
#search_box{
	background:#f0f0f0;
	position:absolute;
	top:45px;
	right:0;
	z-index:99999;
	padding:10px;
	display:none;
	border:1px solid #ccc;
}
#search_box:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-bottom-color: #f0f0f0;
	right:0px;
}
#hot_l{
	width:780px;
	float: left;
	overflow:hidden;
	line-height: 45px;
}
#hot_l #hot{
	display:block;
	float:left;
	font-size: 16px;
	/* font-weight: bold; */
}
#hot_l a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 10px 0 10px;
	/* margin-right: 12px; */
	border-right:1px solid #ccc;
	line-height:14px;
	height:14px;
	color: #666;
}
#other{
	height:40px;
	position:relative;
	cursor:pointer;
	float:right;
	margin-left: 25px;
}
#other p{
	display:block;
	line-height:40px;
	cursor:pointer;
	padding: 0 10px 0 45px;
	color: #fff;
	background:url(../images/lan.png) 10px center no-repeat #454545;
}
#other p i{
	font-size:18px;
}
#other p .fa-dribbble{
	margin-right: 10px;
}
#other p .fa-angle-down{
	margin-left: 10px;
}
#other ul{
	position:absolute;
	right:0;
	top:39px;
	width:100%;
	display:none;
	background:#666;
	z-index:9999999;
}
#other ul li{
	line-height:40px;
	text-align:center;
	border-bottom:1px dotted #ccc;
}
#other ul li a{
	color:#fff;
	display:block;
	transition:0.6s;
}
#other:hover ul{
	display:block;
}

/*首页产品循环*/
.index_pro{
	margin-top:40px;
	overflow:hidden;
}
.index_pro ul{
	width:1250px;
	overflow:hidden;
}
.index_pro ul li{
	width:285px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
.index_pro ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	border:1px solid #ccc;
}
.index_pro ul li:hover img{
	border-color:#0000FE;
}
.index_pro ul li h3{
	display:block;
	margin-top:10px;
}
.index_pro ul li h3 a{
	font-weight:normal;
	font-size:14px;
}


#top_tel{
	overflow:hidden;
	padding-left: 65px;
	background:url(/web/pic/t2.png) left center no-repeat;
	float: right;
	line-height: 52px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

#top_email{
	padding-left:40px;
	background:url(/web/pic/e.png) left center no-repeat;
	line-height: 30px;
	float: left;
	margin-top: 30px;
	margin-right: 135px;
}

#footer_nav{
	overflow:hidden;
	float: left;
	/* text-align: center;
	padding-top: 30px;
	background: url(/web/pic/ico.png) top center no-repeat;
	padding-bottom: 20px;
	border-bottom: 1px solid #999; */
}
#footer_nav a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 30px 0 0;
	padding:0 30px 0 0;
	line-height:30px;
	/* text-transform: uppercase; */
	/* border-right:1px solid #666; */
	font-size: 18px;
	color: #fff;
}
#footer_nav a:last-child{
	padding-right:0!important;
	border:none!important;
	margin-right: none!important;
	background: none!important;
}
/*选项卡1*/
#slideBox1{
	overflow:hidden;
}
#slideBox1 .hd{
	overflow:hidden;
	padding-bottom: 15px;
	background: url(/web/pic/xian.png) left bottom no-repeat;
	/*
	-moz-box-shadow: 0px 2px 10px #999;
	-webkit-box-shadow: 0px 2px 10px #999;
	box-shadow:0px 2px 10px #999; */
}
#slideBox1 .hd ul{
	overflow: visible;
	/* text-align: center; */
	float: left;
}
#slideBox1 .hd ul li{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	float:left;
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin:0 25px 0 0;
	/* border: 1px solid #fff;
	background: #E2E2E2; */
	/* -moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow:0px 0px 10px #ddd; */
}
#slideBox1 .hd ul li a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	/* line-height: 45px;
	padding: 0 25px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center; */
	/* color: #00395c; */
	/* text-transform: uppercase; */
}
#slideBox1 .hd ul li a::before{
	/* content: "●";
	margin-right: 10px;
	font-size: 12px; */
}
#slideBox1 .hd ul li.on{
	/* background: #133984;
	border-color: #01395C;
	color: #fff; */
}
#slideBox1 .hd ul li.on a{
	color: #0051BD;
}
#slideBox1 .hd ul li.on:after{
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	bottom:0;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 50%;
	margin-left:-10px;
	border-top-color:#0186D3; */
}
#slideBox1 .bd{
	overflow:hidden;
}
#slideBox1 .bd ul{
	overflow: hidden;
}
#slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
}
/*选项卡2*/

.slideBox2{
	margin-top:50px;
	overflow:hidden;
}
.slideBox2 .hd{

}
.slideBox2 .hd ul{
	width:100%;
	overflow:hidden;
	border-left:1px solid #ccc;
}
.slideBox2 .hd ul li{
	font-size:18px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
	padding:0 20px;
	cursor:pointer;
}
.slideBox2 .hd ul li a{
	display:block;
}
.slideBox2 .bd{
	border:1px solid #ccc;
}
.slideBox2 .bd ul{
	padding:10px;
	overflow:hidden;
}
/*选项卡3*/
.slideBox3{
	overflow:hidden;
	position: relative;
}
.slideBox3 .hd{
	overflow:hidden;
	width:280px;
	float: left;
}
.slideBox3 .hd ul{
	overflow: hidden;
	border-left: 1px solid #13469F;
	border-right: 1px solid #13469F;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	position:relative;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 1px solid #13469F;
}
.slideBox3 .hd ul li a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	padding-left: 30px;
}
.slideBox3 .hd ul li a i{
	float: right;
	margin-right: 30px;
	font-size: 18px;
	line-height: 60px;
}
.slideBox3 .hd ul li.on{
	/* background:#326cb6; */
}
.slideBox3 .hd ul li.on a{
	color:#13469F;
}
.slideBox3 .hd ul li.on:after{
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#EA3500; */
}
.slideBox3 .bd{
	width:895px;
	float:right;
	overflow:hidden;
}
.slideBox3 .bd ul{
	overflow:visible;
	width:  1000px;
	position: relative;
}
.slideBox3 .bd ul li{
	width: 280px;
	float: left;
	overflow: hidden;
	margin-right: 27.5px;
	text-align: center;
}
.slideBox3 .bd ul li .pic{
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.slideBox3 .bd ul li:hover .pic{
	border-color: #13469F;
}
.slideBox3 .bd ul img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.slideBox3 .bd ul li:hover img{
	transform: scale(1.1);
}
.slideBox3 .bd ul li .zhezhao{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	background: rgba(18, 70, 157, 0.5);
}
.slideBox3 .bd ul li:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slideBox3 .bd ul li h3{
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
}
.slideBox3 .bd ul li i{
	/* width: 30px;
	height: 30px;
	float: right;
	border: 2px solid #fff; */
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin-top: 80px;
}

.slideBox3 .bd ul li:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.slideBox3 .bd ul li:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.slideBox3 .bd ul li:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.slideBox3 .bd ul li:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.slideBox3 .bd ul li:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slideBox3 .bd ul li:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
/*选项卡1*/
.slideBox4{
	overflow: hidden;
}
.slideBox4 .hd{
	overflow: hidden;
}
.slideBox4 .hd ul{
	overflow: hidden;
	background: url(/web/pic/xian.jpg) center 14px repeat-x;
}
.slideBox4 .hd ul li{
	float: left;
	width: 25%;
	overflow: hidden;
	padding-top: 55px;
	background: url(/web/pic/quan.png) top center no-repeat;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
.slideBox4 .hd ul li.on{
	background: url(/web/pic/quan2.png) top center no-repeat;
	color: #c52201;
}
.slideBox4 .bd{
	overflow: hidden;
}
.slideBox4 .bd ul{
	overflow:hidden;
	padding: 20px;
	border: 1px solid #ccc;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox4 .pageState{
	position: absolute;
	z-index: 10;
	left:80px;
	bottom:80px;
	font-size: 24px;
	color: #D3DCE3;
}
.slideBox4 .pageState span{
	font-size: 48px;
}
.slideBox4 .arrow{
	position:absolute;
	left:65px;
	bottom:40px;
	z-index: 10;
}
.slideBox4 .arrow a{
	display:block;
	width: 49px;
	height: 26px;
	cursor:pointer;
}
.slideBox4 .arrow .prev{
	float:left;
	background: url(/web/pic/left.png) no-repeat;
}
.slideBox4 .arrow .next{
	float:right;
	margin-left: 15px;
	background: url(/web/pic/right.png) no-repeat;
}
/*--和第1种一样--*/
#slideBox5{
	overflow:visible;
}
#slideBox5 .hd{
	overflow:hidden;
}
#slideBox5 .hd ul{
	overflow: hidden;
	text-align: center;
}
#slideBox5 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin:0 10px;
}
#slideBox5 .hd ul li a{
	font-size: 16px;
	line-height: 40px;
	padding: 0 25px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#slideBox5 .hd ul li.on{
	background: #0A6DB0;
	border-color: #0A6DB0;
	color: #fff;
}
#slideBox5 .hd ul li.on a{
	color: #fff;
}
#slideBox5 .hd ul li.on:after{
	/* content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom:0;
	left:0;
	background: #166FBF; */
}
#slideBox5 .bd{
	overflow:visible;
}
#slideBox5 .bd ul{
	overflow: visible;
}
/*文字左右滚动*/
.txt-left{
	width:995px;
	position:relative;
	float:left;
	margin-left:20px;
}
.txt-left .hd{
	overflow:hidden;
	float:left;
	width:25px;
	margin-right:20px;
	display:none;
}
.txt-left .hd .prev,.txt-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	background:url("../images/icoLeft.gif") no-repeat;
}
.txt-left .hd .next{
	background:url("../images/icoRight.gif") no-repeat;
	margin-left:10px;
}
.txt-left .bd .tempWrap{
	width:900px !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txt-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.txt-left .bd ul li{
	margin-right:20px;
	float:left;
	height:25px;
	line-height:25px;
	text-align:left;
	_display:inline;
	width:auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txt-left .bd ul li span{
	color:#999;
	margin-left:10px;
}

/* 图片向左滚动*/
.picMarquee-left{
	width:auto!important;
	overflow:hidden;
}
.picMarquee-left .hd{
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
	display:none;
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next{
	background-position:0 -50px;
}
.picMarquee-left .hd .prevStop{
	background-position:-60px 0;
}
.picMarquee-left .hd .nextStop{
	background-position:-60px -50px;
}
.picMarquee-left .bd{
	overflow:hidden;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	width:245px!important;
	float:left;
	_display:inline;
	overflow:hidden;
	position: relative;
	margin-right: 20px;
	border: 1px solid #ccc;
	padding: 5px;
}
.picMarquee-left .bd ul li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition: 0.6s;
}
.picMarquee-left .bd ul li:hover img{
	transform: scale(1.1);
}
.picMarquee-left .bd ul li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(0,137,225,0.5);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	text-align: center;
}
.picMarquee-left .bd ul li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.picMarquee-left .bd ul li a i{
	font-size:26px;
	display:block;
	margin:20% auto 0 auto;
	color: #fff!important;
}
.picMarquee-left .bd ul li a h3{
	font-size:18px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin-top: 10%;
	padding: 0 10px;
}
/* 本例子css */
.picMarquee-top{ margin:0 auto;  width:405px; overflow:hidden; position:relative;}
.picMarquee-top .hd{ overflow:hidden;}
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:50px; height:50px; float:right; margin-left:10px; margin-top:10px;  overflow:hidden;cursor:pointer; text-align: center;background:#fff;color: #951F1F;}
.picMarquee-top .hd .prev i,.picMarquee-top .hd .next i{
	font-size: 40px;
	line-height: 50px;
}
.picMarquee-top .hd .next{ background:#951F1F;color: #fff;}
.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.picMarquee-top .bd{}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{zoom:1;margin-top:15px;overflow: hidden;}
.picMarquee-top .bd ul li .pic{ text-align:center; height:210px;overflow:hidden;border: 10px solid #fff;display: block;}
.picMarquee-top .bd ul li .pic img{ width:100%; height:auto; display:block; margin-top:-40px;}


/*---平行四边形-----*/

.pingxing {
	/* display:inline-block;
	*display: inline;
	*zoom:1;
	padding: 0px 20px; */
	display: block;
	float: left;
	overflow: hidden;
	background:#F48221;
	transform: skew(-40deg);
	height:65px;
	width: 100%;
}

/*－－－六边形---
<div class="boxF" id="cp($step /)">
	<div class="boxS">
		<div class="boxT" style="background-image: url(($picurl /));">
			<a href="($theurl /)" title="($titles /)">
			<div class="overlay">
				<div class="name transition3">($title /)</div>
			</div>
			</a>
		</div>
	</div>
</div>
*/
.boxF, .boxS, .boxT, .overlay
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	/*小数除以大数需要＝0.8*/
	width: 215px;
	height: 172px;
	overflow: hidden;
}
.boxF, .boxS
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	width: 215px;
	height: 172px;
	visibility: hidden;
}
.boxF
{
	/*需要不规则排列绝对定位需要将此处改为position:absolute然后和其它元素一样定位即可*/
	position:absolute;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.boxS
{
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.boxT
{

	/* background: no-repeat 50% center;
	background-size: 125% auto; */
	background-size: cover;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}
.overlay
{
	transition: all 550ms ease-in-out 0s;
	/* display: none; */
	position: relative;
}
.overlay:hover
{
	background-color: rgba(0,0,0,0.3);
}
.boxT:hover .overlay
{
	display: block;
}
.overlay .name{
	display: inline-block;
	position: absolute;
	top: 65px;
	left:0;
	font-size:32px;
	text-align:center;
	color:#009fe8;
	width:100%;
}
/*----菱形------
<li id="li1">
	<a href="#">
		<img src="/web/pic/1.jpg" alt="">
		<span class="kuang"><h4>标题</h4></span>
	</a>
</li>
*/
#lingxing{
	width:100%;
	overflow:hidden;
	height:325px;
	position:relative;
}
#lingxing li{
	position:absolute;
	width:220px;
	height:220px;
	overflow:hidden;
}
#lingxing li .kuang{
	display:block;
	width:152.5px;
	height:152.5px;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:1;
	background: rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
	transition: 1s;
}
#lingxing li:hover .kuang{
	filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
#lingxing li a{
	display:block;
	width:152.5px;
	height:152.5px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	z-index:10;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:31px;
	left:31px;
	border:2px solid #ccc;
}
#lingxing li img{
	max-width:100%;
	height:auto;
	display:block;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#lingxing li h4{
	font-size:18px;
	font-weight:normal;
	position:absolute;
	z-index:5;
	left:50%;
	bottom:60px;
	width:120px;
	text-align:center;
	margin-left:-60px;
	word-break:break-word;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);

	color:#fff;
}
#lingxing #li1{
	left:1px;
	top:1px;
}
#lingxing #li2{
	left:216px;
	top:1px;
}
#lingxing #li3{
	left:432px;
	top:1px;
}
#lingxing #li4{
	left:648px;
	top:1px;
}
#lingxing #li5{
	left:864px;
	top:1px;
}
#lingxing #li6{
	left:108px;
	top:108px;
}
#lingxing #li7{
	left:324px;
	top:108px;
}
#lingxing #li8{
	left:540px;
	top:108px;
}
#lingxing #li9{
	left:756px;
	top:108px;
}
#lingxing #li10{
	left:972px;
	top:108px;
}
#shuzi_zone{
	overflow: hidden;
}
#shuzi_zone ul{
	overflow:hidden;
	text-align: center;
}
#shuzi_zone ul li{
	float: left;
	overflow: hidden;
	width: 33.33333%;
	text-align: center;
}
#shuzi_zone ul li .shang{
	overflow: hidden;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
#shuzi_zone ul li .line{
	width: 35px;
	height: 2px;
	display: block;
	margin: 0px auto 0 auto;
	background: #C52201;
}
#shuzi_zone ul li .xia{
	display:block;
	overflow: hidden;
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
}
/* 本例子css */
.txtMarquee-top{
	overflow:visible;
	position:relative;
}
.txtMarquee-top .hd{ overflow:hidden;position: absolute;right:0;top:-90px;display:none;}
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{
	display:block;
	width:35px;
	height:35px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.txtMarquee-top .hd .prev{
	background: #DFDFDF;
}
.txtMarquee-top .hd .next{
	background: #028CD7;
}
.txtMarquee-top .bd{}
.txtMarquee-top .bd ul{}
.txtMarquee-top .bd ul li{margin-bottom: 12px;overflow:hidden;}
#index_fenlei{
	overflow:hidden;
}
#index_fenlei dl{
	overflow:hidden;
	float: left;
	width: 400px;
	height:170px;
	padding: 0 15px;
}
#index_fenlei dl:nth-child(even){
	background: #F9F7F8;
}
#index_fenlei dl dt{
	height:170px;
	float:left;
	overflow:hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	width: 120px;
}
#index_fenlei dl dd{
	margin-left: 130px;
	height:170px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	font-size: 24px
}

#liucheng{
	overflow:hidden;
	text-align: center;
	background: url(/web/pic/liucheng.png) center center no-repeat;
}
#liucheng li{
	width:180px;
	overflow: hidden;
	text-align:center;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin: 0 90px;
}
/* #liucheng li:after{
	content: "";
	width: 10px;
	height: 18px;
	position: absolute;
	left:100%;
	top:30px;
	background: url(/web/pic/jiantou.png) right center no-repeat;
	margin-left: 22.5px;
}
#liucheng #li3:after,#liucheng #li6:after{
	display: none;
} */
#liucheng li .pic{
	display: block;
	margin: 0px auto;
	width: 90px;
	height: 90px;
	position: relative;
}
#liucheng li .pic img{
	display:block;
	margin: 0px auto;
	width: 90px;
	height: 90px;
	position: absolute;
	left:0;
	top:0;
}
#liucheng li .pic .tu1{
	z-index: 2;
}
#liucheng li .pic .tu2{
	z-index: 1;
	display: none;
}
#liucheng li:hover .tu1{
	display: none;
}
#liucheng li:hover .tu2{
	display: block;
}
#liucheng li h3{
	display: block;
	font-size: 16px;
}
#liucheng li:hover h3{
	color: #0051BD;
}
#liucheng li .txt,#liucheng li p{
	display:block;
	margin-top:10px;
	color: #ddd;
	line-height: 25px;
}

#ny_zlm_zone{
	background:#f9f9f9;
	padding:15px 0;
	border-bottom:1px solid #ccc;
	min-width: 1200px;
	margin: 0px auto;
}
.ny_zlm{
	overflow:hidden;
	text-align:center;
}
.ny_zlm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:40px;
	font-size:16px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 15px;
	padding:0 20px;
	transition:0.6s;
}

/*滚动新版可以循环*/
.scroll{
	width:auto;
	overflow:visible;
}
.scroll .item1{
	overflow:hidden;
	padding: 10px 10px 0 10px;
	margin: 15px;
	background: #fff;
}
.scroll .item1 a{
	display: block;
	overflow: hidden;
}
.scroll .item1 .pic{
	display:block;
	overflow: hidden;
}
.scroll .item1:hover{
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
	box-shadow:0px 0px 15px #ccc;
}
.scroll .item1 img{
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
	transition: 0.6s;
}
.scroll .item1:hover img{
	transform: scale(1.1);
}
.scroll .item1 h3{
	display:block;
	height: 65px;
	line-height: 65px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
.scroll .item1 .line{
	width: 20px;
	height: 2px;
	display: block;
	margin: 20px auto 0 auto;
	background: #FFB81B;
}
.scroll .item1 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:20px;
	line-height: 30px;
	font-size: 16px;
	/* padding: 0 20px; */
}
.scroll .item1 .detail{
	display:inline-block;
	*display: inline;
	*zoom:1;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	transition: 0.5s;
	border: 1px solid #666;
	margin-top: 25px;
}
.scroll .item1:hover .detail{
	background: #CD0102;
	border-color: #CD0102;
	color: #fff;
}
/*--------标题浮动在图片上-------*/
.scroll .item2{
	overflow: hidden;
	position: relative;
}
.scroll .item2 .pic{
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}
.scroll .item2:hover .pic{
	border-color: #0089E1;
}
.scroll .item2 img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
.scroll .item2:hover img{
	transform: scale(1.1);
}
.scroll .item2 a{
	display:block;
	overflow:hidden;
}
.scroll .item2 .title{
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:0px;
	z-index:5;
	background: rgba(0,0,0,0.5);
	color:#fff;
	padding:15px;
	height: 90px;
}
.scroll .item2:hover .title{
	background: rgba(0, 137, 225, 0.5);
}
.scroll .item2 .title_left{
	width: 300px;
	float: left;
	overflow: hidden;
}
.scroll .item2 .title_left h3{
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.scroll .item2 .title_left h4{
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}
.scroll .item2 .title_right{
	float: right;
	overflow: hidden;
	margin-top: 5px;
}



/*-----普通的样式-----*/
.scroll .item3{
	overflow:visible;
	transition:0.6s;
	border: 1px solid #ccc;
	margin: 10px;
	transition:box-shadow .2s linear
}
.scroll .item3 .zhezhao{
	width: 43px;
	height: 43px;
	background: url(/web/pic/hot.png) no-repeat;
	position: absolute;
	top:-5px;
	left:-5px;
	z-index: 10;
	overflow: hidden;
	display: block;
}
.scroll .item3:hover{
	border-color: #0051BD;
	box-shadow:0 0px 16px rgba(0,0,0,.18)
}
.scroll .item3 a{
	display: block;
	overflow: visible;
}
.scroll .item3 .pic{
	display:block;
	overflow:hidden;
	/* height: 335px; */
	/* border: 1px solid #ccc; */
}
.scroll .item3:hover .pic{
	/* -moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	border-color: #CF001C; */
}
.scroll .item3 img{
	max-width: 100%;
	height: auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

.scroll .item3:hover img{
	transform:scale(1.1);
}
.scroll .item3 .xia{
	overflow: hidden;
	line-height: 50px;
	height: 50px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	margin-top: 5px;
	transition: 0.6s;
}
.scroll .item3:hover .xia{
	background: #133984;
	color: #fff;
}
.scroll .item3:hover .xia .iconsousuo{
	color: #fff;
	border-color: #fff;
}
.scroll .item3 .txt{
	width: 450px;
	float: left;
	padding-right: 30px;
	overflow: hidden;
}
.scroll .item3 h3{
	display:block;
	font-size:16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F2F2F2;
	overflow:hidden;
	font-weight: normal;
}
.scroll .item3 .iconsousuo{
	font-size: 24px;
	float: right;
	width: 55px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #666;
	border-left: 1px solid #ccc;
}
.scroll .item3 .line{
	width: 100px;
	height: 1px;
	display: block;
	background: #999;
	margin: 15px auto 0 auto;
}
.scroll .item3 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:10px;
	line-height: 25px;
	text-align: left;
}
.scroll .item3 .detail{
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	display: block;
	width: 95px;
	text-align: center;
	height: 75px;
	float:right;
	line-height:75px;
	border-left: 1px solid #ddd;
	font-size: 15px;
	text-transform: uppercase;
}
.scroll .item3 .detail i{
	width: 25px;
	height: 25px;
	margin-right: 2.5px;
	background: #3BA6D0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	/* vertical-align: middle; */
	margin-left: 20px;
}
.scroll .item3:hover h3{
	background:#0051BD;
	border-color:#0051BD;
	color:#fff;
}
.scroll .item3:hover .detail i{
	background: #ff6600;
}
/*---鼠标经过遮罩层---*/
.scroll .item4{
	overflow:hidden;
	position:relative;
	text-align: center;
	border: 1px solid #ccc;
}
.scroll .item4:hover{
	border-color: #E50112;
}
.scroll .item4 a{
	display: block;
	overflow: hidden;
}
.scroll .item4 .pic{
	position: relative;
	display: block;
	overflow: hidden;
	/* border: 1px solid #ccc; */
}
.scroll .item4 img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.scroll .item4:hover img{
	transform:scale(1.1);
}
.scroll .item4 .zhezhao{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(237, 108, 0, 0.7);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
	display: flex;
  justify-content:center;
  align-items:Center;
}
.scroll .item4:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.scroll .item4 a .kuang{
	width:100%;
	height:100%;
	display:block;
	border:1px solid #fff;
	padding: 0 15px;
}
.scroll .item4 a i{
	font-size:16px;
	line-height:30px;
	width:30px;
	height:30px;
	display:block;
	margin:20% auto 0 auto;
	background:#fff;
}
.scroll .item4 .zhezhao h4{
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-top: 80px;
	padding-bottom: 50px;
	background: url(/web/pic/s.png) bottom center no-repeat;
}
.scroll .item4 a h3{
	font-size:22px;
	display:block;
	font-weight:normal;
	color: #fff;
}
.scroll .item4 .time{
	width: 80px;
	height:80px;
	position: absolute;
	z-index: 5;
	top:0;
	right: 0;
	color: #fff;
	background: #027000;
}
.scroll .item4 .time span{
	display: block;
}
.scroll .item4 .time .ri{
	font-size: 36px;
	font-weight: bold;
	margin-top: 8px;
}
/*第5种*/
.scroll .item5{
	overflow: hidden;
	text-align: center;
}
.scroll .item5 a{
	display: block;
	overflow: hidden;
}
.scroll .item5 h3{
	display: block;
	font-size: 24px;
	font-weight: normal;
}
.scroll .item5 .pic{
	display: block;
	overflow: hidden;
	margin-top: 40px;
}
.scroll .item5 .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
	border: 5px solid #fff;
}
.scroll .item5:hover .pic img{
	transform: scale(1.1);
}

.scroll .owl-prev,.scroll .owl-next{
	position:absolute;
	width:35px;
	height:35px;
	border:1px solid #ccc;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center;
	z-index:20;
	margin-top: -17.5px;
	top:50%;
	font-size: 22px;
	transition: 0.6s;
}
.scroll .owl-prev .fa,.scroll .owl-next .fa{
	line-height: 33px;
}
.scroll .owl-prev .fa{
	text-indent: -2px;
}
.scroll .owl-next .fa{
	text-indent: 2px;
}
.scroll .owl-prev:hover .fa,.scroll .owl-next:hover .fa{
	color:#fff;
}

.scroll .owl-prev{
	left:-50px;
}
.scroll .owl-next{
	right:-50px;
}
.news_scroll .owl-prev{
	left:0!important;
	filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.news_scroll .owl-next{
	right: 0!important;
	filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.scroll .owl-dots .owl-dot{
	width:10px;
	height:10px;
	-moz-border-radius: 100%;      /* Gecko browsers */
  -webkit-border-radius: 100%;   /* Webkit browsers */
  border-radius:100%;            /* W3C syntax */
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;
	background:#999;
}
.scroll .owl-dots .owl-dot.active{
	background-color:#0385e0;
}
/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}

/*问答伸缩*/
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlist dl dt{
	height:50px;
	line-height:50px;
	display:block;
	background:#f0f0f0;
	padding-left:20px;
	cursor:pointer;
}
#faqlist i{
	float:left;
	width:25px;
	height:25px;
	border:1px solid #ccc;
	line-height:25px;
	text-align:center;
	font-size:18px;
	margin-top:12.5px;
	transition:0.6s;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	display:none;
}
#faqlist dl dt:hover,#faqlist dl dt.open{
	color:#1B4785;
}
#faqlist dl dt.open i{
	color:#1B4785;
	transform:rotate(90deg);
}
/* 放大渐变可能用的上 */
.texiao{
	animation-name: texiaodonghua;
  animation-duration: 2s;
  animation-timing-function: linear;
	animation-iteration-count:infinite;
}
@keyframes texiaodonghua { 
	0% {
		transform:scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform:scale(1.4);
		-webkit-transform: scale(1.4);
		filter:alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity: 0;
		opacity: 0;
	}
}

/*临时*/
.bai_title .index_title_01_center,.bai_title .xia{
	color: #fff;
}
.txtMarquee-top .bd ul li .pic{
	width: 100px;
	float: left;
	overflow: hidden;
}
.txtMarquee-top .bd ul li .pic img{
	width: 100px;
	height: auto;
	display: block;
	transition: 0.6s;
}
.txtMarquee-top .bd ul li:hover .pic img{
	transform: scale(1.1);
}
#index_lxxx{
	font-size: 16px;
	line-height: 25px;
}
